'Declaration Public Overloads Function Add( _ ByVal cellsText() As System.String _ ) As OMathMatrixRow
public OMathMatrixRow Add( System.string[] cellsText )
Parameters
- cellsText
- The row cells text array.
Return Value
The added OMathMatrixRow.
'Declaration Public Overloads Function Add( _ ByVal cellsText() As System.String _ ) As OMathMatrixRow
public OMathMatrixRow Add( System.string[] cellsText )